From: Kenichi Handa Date: Thu, 27 Feb 1997 06:55:20 +0000 (+0000) Subject: (struct x_display_info): New member Xatom_MULE_DEFAULT_ASCENT. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~81968 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7b341ec208ac12b90aa872d229b4bc53ec2f738e;p=emacs.git (struct x_display_info): New member Xatom_MULE_DEFAULT_ASCENT. --- diff --git a/src/xterm.h b/src/xterm.h index b0d9212a969..f28e170e0d2 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -263,10 +263,11 @@ struct x_display_info Xatom_MULTIPLE, Xatom_INCR, Xatom_EMACS_TMP, Xatom_TARGETS, Xatom_NULL, Xatom_ATOM_PAIR; - /* More atoms for font properties. The last two are private + /* More atoms for font properties. The last three are private properties, see the comments in src/fontset.h. */ Atom Xatom_PIXEL_SIZE, - Xatom_MULE_BASELINE_OFFSET, Xatom_MULE_RELATIVE_COMPOSE; + Xatom_MULE_BASELINE_OFFSET, Xatom_MULE_RELATIVE_COMPOSE, + Xatom_MULE_DEFAULT_ASCENT; #ifdef MULTI_KBOARD struct kboard *kboard;